home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- repeat with I = 1 to 50
- set the locV of sprite 1 to the locV of sprite 1 + 5
- if the mouseDown then
- quit()
- end if
- updateStage()
- end repeat
- repeat with I = 1 to 20
- set the locV of sprite 1 to the locV of sprite 1 + 5
- set the locH of sprite 1 to the locH of sprite 1 + 5
- if the mouseDown then
- quit()
- end if
- updateStage()
- end repeat
- repeat with I = 1 to 20
- set the locH of sprite 1 to the locH of sprite 1 + 5
- updateStage()
- if the mouseDown then
- quit()
- end if
- end repeat
- puppetSprite(1, 0)
- wait(1)
- end
-